Received: from nova.unix.portal.com (nova.unix.portal.com [156.151.1.101]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id RAA01673 for <blitz-list@helsinki.fi>; Sat, 16 Jul 1994 17:31:21 +0300
From: MyxxMatch@cup.portal.com
Received: from hobo.corp.portal.com (hobo.corp.portal.com [156.151.1.14]) by nova.unix.portal.com (8.6.7/8.6.5) with ESMTP id HAA06723 for <blitz-list@helsinki.fi>; Sat, 16 Jul 1994 07:32:43 -0700
Received: from localhost (pccop@localhost) by hobo.corp.portal.com (8.6.4/1.53) id HAA29277 for blitz-list@helsinki.fi; Sat, 16 Jul 1994 07:32:41 -0700
To: blitz-list@helsinki.fi
Subject: variables
Lines: 19
Date: Sat, 16 Jul 94 07:32:41 PDT
Message-ID: <9407160732.1.27150@cup.portal.com>
X-Origin: The Portal System (TM)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Status:
Status: RO
I am trying to find a way to save variable data to disk.
Right now I am doing it the old fashioned way...
my variable is variable(20,20)
I use a loop to write it to a file sequentially.
CanDo allows for saving a variable and I was wondering if there was a way
to achieve this with BB because reading just a 20,20 array is taking
too long.
Actually...saving isn't as important speed wise as is reading the data.